home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / Wheel_7.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  305 b   |  14 lines

  1. on mouseUp
  2.   global glinevar
  3.   if glinevar < 1 then
  4.     alert("please select model number")
  5.     abort()
  6.   end if
  7.   if item 1 of line glinevar of field "2perrnddata" < 1 then
  8.     alert("please select model number")
  9.     abort()
  10.   end if
  11.   put field "2perrnddata" into field "wheelmaster"
  12.   printwheel()
  13. end
  14.